const github.com/klauspost/compress/zstd.tableShardSize

3 uses

	github.com/klauspost/compress/zstd (current package)
		enc_fast.go#L15: 	tableShardSize   = tableSize / tableShardCnt        // Size of an individual shard
		enc_fast.go#L847: 	const shardSize = tableShardSize
		enc_fast.go#L874: 	e.tableShardDirty[entryNum/tableShardSize] = true